, including all inherited members.
addDefaultNodes() | UIDescription | [protected] |
addDependency(CBaseObject *obj) | IDependency | [inline, virtual] |
addNewTemplate(UTF8StringPtr name, UIAttributes *attr) | UIDescription | |
bitmapCreator | UIDescription | [protected] |
calculateStringValue(UTF8StringPtr str, double &result) const | UIDescription | |
CBaseObject() | CBaseObject | [inline] |
changeAlternativeFontNames(UTF8StringPtr name, UTF8StringPtr alternativeFonts) | UIDescription | |
changeBitmap(UTF8StringPtr name, UTF8StringPtr newName, const CRect *nineparttiledOffset=0) | UIDescription | |
changeBitmapFilters(UTF8StringPtr bitmapName, const std::list< SharedPointer< UIAttributes > > &filters) | UIDescription | |
changeBitmapName(UTF8StringPtr oldName, UTF8StringPtr newName) | UIDescription | |
changeColor(UTF8StringPtr name, const CColor &newColor) | UIDescription | |
changeColorName(UTF8StringPtr oldName, UTF8StringPtr newName) | UIDescription | |
changeControlTagString(UTF8StringPtr tagName, const std::string &newTagString, bool create=false) | UIDescription | |
changed(IdStringPtr message) | IDependency | [inline, virtual] |
changeFont(UTF8StringPtr name, CFontRef newFont) | UIDescription | |
changeFontName(UTF8StringPtr oldName, UTF8StringPtr newName) | UIDescription | |
changeTagName(UTF8StringPtr oldName, UTF8StringPtr newName) | UIDescription | |
changeTemplateName(UTF8StringPtr name, UTF8StringPtr newName) | UIDescription | |
collectBitmapFilters(UTF8StringPtr bitmapName, std::list< SharedPointer< UIAttributes > > &filters) const | UIDescription | |
collectBitmapNames(std::list< const std::string * > &names) const | UIDescription | |
collectColorNames(std::list< const std::string * > &names) const | UIDescription | |
collectControlTagNames(std::list< const std::string * > &names) const | UIDescription | |
collectFontNames(std::list< const std::string * > &names) const | UIDescription | |
collectTemplateViewNames(std::list< const std::string * > &names) const | UIDescription | |
controller | UIDescription | [protected] |
createView(UTF8StringPtr name, IController *controller) | UIDescription | |
createViewFromNode(UINode *node) | UIDescription | [protected] |
deferChangeCount | IDependency | [protected] |
deferChanges(bool state) | IDependency | [inline, virtual] |
deferedChanges | IDependency | [protected] |
DeferedChangesSet typedef | IDependency | [protected] |
DependentList typedef | IDependency | [protected] |
dependents | IDependency | [protected] |
duplicateTemplate(UTF8StringPtr name, UTF8StringPtr duplicateName) | UIDescription | |
endXmlElement(Xml::Parser *parser, IdStringPtr name) | UIDescription | [protected, virtual] |
findChildNodeByNameAttribute(UINode *node, UTF8StringPtr nameAttribute) const | UIDescription | [protected] |
findNodeForView(CView *view) const | UIDescription | [protected] |
forget() | CBaseObject | [inline, virtual] |
forgetObject(CBaseObject *obj) | IDependency | [inline, protected, static] |
getAlternativeFontNames(UTF8StringPtr name, std::string &alternativeFonts) | UIDescription | |
getBaseNode(UTF8StringPtr name) const | UIDescription | [protected] |
getBitmap(UTF8StringPtr name) | UIDescription | [virtual] |
getColor(UTF8StringPtr name, CColor &color) | UIDescription | [virtual] |
getController() const | UIDescription | [inline, virtual] |
getControlListener(UTF8StringPtr name) | UIDescription | [virtual] |
getControlTagString(UTF8StringPtr tagName, std::string &tagString) const | UIDescription | |
getCustomAttributes(UTF8StringPtr name, bool create=false) | UIDescription | |
getFont(UTF8StringPtr name) | UIDescription | [virtual] |
getNbReference() const | CBaseObject | [inline, virtual] |
getTagForName(UTF8StringPtr name) const | UIDescription | [virtual] |
getTemplateNameFromView(CView *view, std::string &templateName) const | UIDescription | |
getVariable(UTF8StringPtr name, double &value) const | UIDescription | |
getViewAttributes(UTF8StringPtr name) | UIDescription | |
getViewFactory() const | UIDescription | [inline] |
getXmFileName() const | UIDescription | [inline] |
hasBitmapName(UTF8StringPtr name) | UIDescription | |
hasColorName(UTF8StringPtr name) | UIDescription | |
hasFontName(UTF8StringPtr name) | UIDescription | |
hasTagName(UTF8StringPtr name) | UIDescription | |
IDependency() | IDependency | [inline, protected] |
kMessageBeforeSave | UIDescription | [static] |
kMessageBitmapChanged | UIDescription | [static] |
kMessageColorChanged | UIDescription | [static] |
kMessageFontChanged | UIDescription | [static] |
kMessageTagChanged | UIDescription | [static] |
kMessageTemplateChanged | UIDescription | [static] |
kTemplateNameAttributeID | UIDescription | [static] |
kWriteImagesIntoXMLFile enum value | UIDescription | |
kWriteWindowsResourceFile enum value | UIDescription | |
lookupBitmapName(const CBitmap *bitmap) const | UIDescription | [virtual] |
lookupColorName(const CColor &color) const | UIDescription | [virtual] |
lookupControlTagName(const int32_t tag) const | UIDescription | [virtual] |
lookupFontName(const CFontRef font) const | UIDescription | [virtual] |
nodes | UIDescription | [protected] |
nodeStack | UIDescription | [protected] |
notify(CBaseObject *sender, IdStringPtr message) | CBaseObject | [inline, virtual] |
parse() | UIDescription | [virtual] |
parseColor(const std::string &colorString, CColor &color) | UIDescription | [static] |
remember() | CBaseObject | [inline, virtual] |
rememberObject(CBaseObject *obj) | IDependency | [inline, protected, static] |
removeBitmap(UTF8StringPtr name) | UIDescription | |
removeColor(UTF8StringPtr name) | UIDescription | |
removeDependency(CBaseObject *obj) | IDependency | [inline, virtual] |
removeFont(UTF8StringPtr name) | UIDescription | |
removeTag(UTF8StringPtr name) | UIDescription | |
removeTemplate(UTF8StringPtr name) | UIDescription | |
restoreViews(InputStream &stream, std::list< SharedPointer< CView > > &views, UIAttributes **customData=0) | UIDescription | |
restoreViewsMode | UIDescription | [protected] |
save(UTF8StringPtr filename, int32_t flags=kWriteWindowsResourceFile) | UIDescription | [virtual] |
SaveFlags enum name | UIDescription | |
saveToStream(OutputStream &stream, int32_t flags) | UIDescription | [protected] |
saveWindowsRCFile(UTF8StringPtr filename) | UIDescription | [virtual] |
setBitmapCreator(IBitmapCreator *bitmapCreator) | UIDescription | |
setController(IController *controller) | UIDescription | |
setCustomAttributes(UTF8StringPtr name, UIAttributes *attr) | UIDescription | |
startXmlElement(Xml::Parser *parser, IdStringPtr elementName, UTF8StringPtr *elementAttributes) | UIDescription | [protected, virtual] |
storeViews(const std::list< CView * > views, OutputStream &stream, UIAttributes *customData=0) const | UIDescription | |
subControllerStack | UIDescription | [protected] |
UIDescription(const CResourceDescription &xmlFile, IViewFactory *viewFactory=0) | UIDescription | |
UIDescription(Xml::IContentProvider *xmlContentProvider, IViewFactory *viewFactory=0) | UIDescription | |
updateAttributesForView(UINode *node, CView *view, bool deep=true) | UIDescription | [protected] |
updateViewDescription(UTF8StringPtr name, CView *view) | UIDescription | |
viewFactory | UIDescription | [protected] |
xmlCharData(Xml::Parser *parser, const int8_t *data, int32_t length) | UIDescription | [protected, virtual] |
xmlComment(Xml::Parser *parser, IdStringPtr comment) | UIDescription | [protected, virtual] |
xmlContentProvider | UIDescription | [protected] |
xmlFile | UIDescription | [protected] |
~CBaseObject() | CBaseObject | [inline, virtual] |
~IDependency() | IDependency | [inline, protected, virtual] |
~IUIDescription() | IUIDescription | [inline, virtual] |
~UIDescription() | UIDescription | |